Test your knowledge with these questions
int a = 10; int b = 20; int c; c = a + b; printf("The sum is %d", c);